home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #1 / Amiga Plus CD - 2000 - No. 1.iso / Games / PD / Muscarine / 28.room < prev    next >
Text File  |  1999-12-03  |  2KB  |  65 lines

  1. /* Mountain Peak
  2. /* Room script for GRAAL
  3. /*
  4.  
  5. /* UPDATE: scroll_frames[;normal_frames]
  6. /*
  7. UPDATE: 6;1
  8.  
  9. /* 3D: max;mid;min;adjspeed (This statement is optional)
  10. /*
  11. /* SECTION: SAME|section_no
  12. /*
  13. SECTION: 2
  14.  
  15. /* BACKDROP: file
  16. /*
  17. BACKDROP: 28BG.iff
  18.  
  19. /* START_POS: startpos_no;image;x;y;L|M|R;floor_no
  20. /*
  21. START_POS: 1;SIMG31;160;165; ;1
  22. START_POS: 2;SIMG31;160;165; ;1
  23.  
  24. /* FLOOR: floor_no;x1;y1;x2;y2;floormaps
  25. /*
  26. FLOOR: 1;140;130;180;169;1-1
  27.  
  28. /* PATH: path_no;floor1;floor2;px1;py1;px2;py2;[{more_points}] (This statement is optional)
  29. /*
  30. /* EXIT: exit_no;x1;y1;x2;y2;x;y;description (This statement is optional)
  31. EXIT: 1;40;160;280;169;160;169;valley
  32.  
  33. /* CLPART: file (This statement is optional)
  34. CLPART: 28FG.iff
  35.  
  36. /* ROOMIMGS: number;start_bob;x1;y1;w;h;x-offset;hotspot (This statement is optional)
  37. /* 1=blue 2=yellow
  38. ROOMIMGS: 1;1;0;8;119;46;0; 
  39. ROOMIMGS: 1;2;142;0;112;54;0; 
  40.  
  41. /* STATIC: bob;image;x;y (This statement is optional)
  42. /*
  43. /* ANIM: bob;image;anim_ch;anim|ptrn;x;y (This statement is optional)
  44. /*
  45. /* ROOMOBJ: obj;name;room;VIS|NVIS;bob;image;x;y;cx;cy;cimage;prep;PICK|NPICK;anim_ch;verb;icon;LOW|MID|HIGH;types;w1;w2;w3 (This statement is optional)
  46. /*ROOMOBJ: 1;blue\snow;28;VIS;1;RIMG1;160;125;0;22;SIMG21; ;PICK; ;8;33;LOW; ;a;this;it
  47. /*ROOMOBJ: 2;yellow\snow;28;VIS;2;RIMG2;160;117;0;30;SIMG21; ;PICK; ;8;32;LOW; ;a;this;it
  48.  
  49. /* DACT: {cond|comm}
  50. /*
  51. DACT: IFSPOS 1;HIDE 31;PIMG 101,125,RIMG1;IFNOTCARR 30;SHOW 30,160,125,RIMG1
  52. DACT: IFSPOS 2;HIDE 30;PIMG 104,117,RIMG2;COLOUR DLY,7,$CC0;IFNOTCARR 31;SHOW 31,160,117,RIMG2
  53. DACT: LIGHTS ON;CMOVE 160,135,C;CIMG SIMG13;W 12;CIMG SIMG23
  54. DACT: SAY Done! I'm on the top now.;EXIT
  55.  
  56. /* LINE: dlg;line_no;sentence1;sentence2| ;{cond} (This statement is optional)
  57. /*
  58. /* LACT: dlg;line_no;{cond|comm} (This statement is optional)
  59. /*
  60. /* ACTION: verb_no;{cond|comm} (This statement is optional)
  61. ACTION: 0;IFOBJ 1;MEXIT;GOTO 26,2
  62. ACTION: 2;IFOBJ 30;IFNOTCARR 30;NAME 30,blue\snow;ICON 30,33
  63. ACTION: 2;IFOBJ 31;IFNOTCARR 31;NAME 31,yellow\snow;ICON 31,32
  64. /* eof
  65.